﻿#tax-assistant {
  position: fixed;
  width: 630px;
  bottom: 0;
  right: 24px;
}

  #tax-assistant.chat-hide {
    height: 40px;
  }

  #tax-assistant .header {
    color: #ffffff;
    padding: 5px;
  }

    #tax-assistant .header span {
      font-size: 2em;
    }

    #tax-assistant .header .header-text {
      padding-top: 10px;
      padding-right: 10px;
      font-weight: bold;
    }

  #tax-assistant .chat-bot {
    background: #ffffff;
  }

#bot {
  height: 600px;
}